﻿2026-08-28T13:06:48.2569853Z ##[group]Run set -euo pipefail
2026-08-28T13:06:48.2570129Z [36;1mset -euo pipefail[0m
2026-08-28T13:06:48.2570344Z [36;1mPIN=0c95435[0m
2026-08-28T13:06:48.2570548Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-28T13:06:48.2570801Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-28T13:06:48.2571135Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-28T13:06:48.2571564Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-28T13:06:48.2571988Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-28T13:06:48.2572333Z [36;1m  rm -rf "$CACHE"[0m
2026-08-28T13:06:48.2572567Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-28T13:06:48.2572847Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-28T13:06:48.2573196Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-28T13:06:48.2573635Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-28T13:06:48.2574069Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-28T13:06:48.2574504Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-28T13:06:48.2574941Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-28T13:06:48.2575383Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-28T13:06:48.2575833Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-28T13:06:48.2576285Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-28T13:06:48.2576662Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-28T13:06:48.2577018Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-28T13:06:48.2577450Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-28T13:06:48.2577789Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-28T13:06:48.2578022Z [36;1mfi[0m
2026-08-28T13:06:48.2578322Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-28T13:06:48.2578838Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-28T13:06:48.2593197Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-28T13:06:48.2593497Z env:
2026-08-28T13:06:48.2593892Z   CARGO_INCREMENTAL: 0
2026-08-28T13:06:48.2594193Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-28T13:06:48.2594699Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33172022108-1-5RhoZh
2026-08-28T13:06:48.2595270Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33172022108-1-5RhoZh
2026-08-28T13:06:48.2595789Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33172022108-1-5RhoZh
2026-08-28T13:06:48.2606821Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33172022108-1-5RhoZh
2026-08-28T13:06:48.2607213Z ##[endgroup]
2026-08-28T13:06:48.5775050Z    Compiling proc-macro2 v1.0.106
2026-08-28T13:06:48.5775478Z    Compiling unicode-ident v1.0.24
2026-08-28T13:06:48.5775847Z    Compiling quote v1.0.45
2026-08-28T13:06:48.5776252Z    Compiling libc v0.2.186
2026-08-28T13:06:48.5776581Z    Compiling cfg-if v1.0.4
2026-08-28T13:06:48.5776829Z    Compiling serde_core v1.0.228
2026-08-28T13:06:48.5819078Z    Compiling serde v1.0.228
2026-08-28T13:06:48.5837326Z    Compiling typenum v1.20.1
2026-08-28T13:06:48.5883327Z    Compiling log v0.4.32
2026-08-28T13:06:48.5939891Z    Compiling version_check v0.9.5
2026-08-28T13:06:48.5977351Z    Compiling pin-project-lite v0.2.17
2026-08-28T13:06:48.6018792Z    Compiling portable-atomic v1.13.1
2026-08-28T13:06:48.6019965Z    Compiling memchr v2.8.1
2026-08-28T13:06:48.6020720Z    Compiling subtle v2.6.1
2026-08-28T13:06:48.6243041Z    Compiling critical-section v1.2.0
2026-08-28T13:06:48.6421748Z    Compiling find-msvc-tools v0.1.9
2026-08-28T13:06:48.6568687Z    Compiling shlex v2.0.1
2026-08-28T13:06:48.6800273Z    Compiling smallvec v1.15.1
2026-08-28T13:06:48.7395289Z    Compiling futures-core v0.3.32
2026-08-28T13:06:48.8140472Z    Compiling bytes v1.11.1
2026-08-28T13:06:48.8547869Z    Compiling equivalent v1.0.2
2026-08-28T13:06:48.8750102Z    Compiling itoa v1.0.18
2026-08-28T13:06:48.9001160Z    Compiling semver v1.0.28
2026-08-28T13:06:48.9161025Z    Compiling stable_deref_trait v1.2.1
2026-08-28T13:06:48.9302199Z    Compiling futures-io v0.3.32
2026-08-28T13:06:48.9441543Z    Compiling futures-sink v0.3.32
2026-08-28T13:06:48.9473690Z    Compiling slab v0.4.12
2026-08-28T13:06:48.9659935Z    Compiling rand_core v0.10.1
2026-08-28T13:06:48.9831581Z    Compiling futures-task v0.3.32
2026-08-28T13:06:49.0175948Z    Compiling generic-array v0.14.7
2026-08-28T13:06:49.0436538Z    Compiling futures-channel v0.3.32
2026-08-28T13:06:49.0804599Z    Compiling bitflags v2.12.1
2026-08-28T13:06:49.0884979Z    Compiling hashbrown v0.17.1
2026-08-28T13:06:49.1090888Z    Compiling getrandom v0.4.2
2026-08-28T13:06:49.1393565Z    Compiling cpufeatures v0.2.17
2026-08-28T13:06:49.1535008Z    Compiling rustversion v1.0.22
2026-08-28T13:06:49.1920861Z    Compiling rustc_version v0.4.1
2026-08-28T13:06:49.2100756Z    Compiling autocfg v1.5.1
2026-08-28T13:06:49.2423246Z    Compiling scopeguard v1.2.0
2026-08-28T13:06:49.2999294Z    Compiling fnv v1.0.7
2026-08-28T13:06:49.3190632Z    Compiling lock_api v0.4.14
2026-08-28T13:06:49.3200213Z    Compiling cfg_aliases v0.2.1
2026-08-28T13:06:49.3423723Z    Compiling strsim v0.11.1
2026-08-28T13:06:49.3754756Z    Compiling const-oid v0.9.6
2026-08-28T13:06:49.3817168Z    Compiling writeable v0.6.3
2026-08-28T13:06:49.3826704Z    Compiling libm v0.2.16
2026-08-28T13:06:49.5197768Z    Compiling litemap v0.8.2
2026-08-28T13:06:49.5686107Z    Compiling dunce v1.0.5
2026-08-28T13:06:49.5748751Z    Compiling ident_case v1.0.1
2026-08-28T13:06:49.6440646Z    Compiling icu_normalizer_data v2.2.0
2026-08-28T13:06:49.6569071Z    Compiling num-traits v0.2.19
2026-08-28T13:06:49.6850691Z    Compiling fs_extra v1.3.0
2026-08-28T13:06:49.7050556Z    Compiling utf8_iter v1.0.4
2026-08-28T13:06:49.7670615Z    Compiling icu_properties_data v2.2.0
2026-08-28T13:06:49.8022606Z    Compiling syn v2.0.117
2026-08-28T13:06:49.8831083Z    Compiling percent-encoding v2.3.2
2026-08-28T13:06:49.8870374Z    Compiling http v1.4.1
2026-08-28T13:06:49.8971112Z    Compiling indexmap v2.14.0
2026-08-28T13:06:49.9189264Z    Compiling zerocopy v0.8.50
2026-08-28T13:06:49.9490916Z    Compiling unicode-segmentation v1.13.3
2026-08-28T13:06:49.9560585Z    Compiling aws-lc-rs v1.17.0
2026-08-28T13:06:49.9821002Z    Compiling cpufeatures v0.3.0
2026-08-28T13:06:50.0401006Z    Compiling thiserror v2.0.18
2026-08-28T13:06:50.1274195Z    Compiling hybrid-array v0.4.12
2026-08-28T13:06:50.1410555Z    Compiling form_urlencoded v1.2.2
2026-08-28T13:06:50.1416589Z    Compiling spin v0.9.8
2026-08-28T13:06:50.2310803Z    Compiling untrusted v0.9.0
2026-08-28T13:06:50.2596189Z    Compiling heck v0.5.0
2026-08-28T13:06:50.3270685Z    Compiling rustls v0.23.40
2026-08-28T13:06:50.3341004Z    Compiling anyhow v1.0.102
2026-08-28T13:06:50.3776499Z    Compiling atomic-waker v1.1.2
2026-08-28T13:06:50.4670597Z    Compiling jobserver v0.1.34
2026-08-28T13:06:50.4770871Z    Compiling convert_case v0.10.0
2026-08-28T13:06:50.4876998Z    Compiling unicode-xid v0.2.6
2026-08-28T13:06:50.5170964Z    Compiling const-oid v0.10.2
2026-08-28T13:06:50.5260477Z    Compiling httparse v1.10.1
2026-08-28T13:06:50.5710496Z    Compiling fastrand v2.4.1
2026-08-28T13:06:50.5791106Z    Compiling paste v1.0.15
2026-08-28T13:06:50.7249785Z    Compiling parking_lot_core v0.9.12
2026-08-28T13:06:50.7728011Z    Compiling cc v1.2.63
2026-08-28T13:06:50.8006891Z    Compiling block-buffer v0.12.0
2026-08-28T13:06:50.8250975Z    Compiling crypto-common v0.2.2
2026-08-28T13:06:50.8350364Z    Compiling inout v0.2.2
2026-08-28T13:06:50.8791099Z    Compiling http-body v1.0.1
2026-08-28T13:06:50.9148155Z    Compiling crypto-common v0.1.7
2026-08-28T13:06:50.9304153Z    Compiling block-buffer v0.10.4
2026-08-28T13:06:50.9625181Z    Compiling curve25519-dalek v4.1.3
2026-08-28T13:06:50.9706261Z    Compiling ahash v0.8.12
2026-08-28T13:06:50.9778630Z    Compiling either v1.16.0
2026-08-28T13:06:50.9908053Z    Compiling powerfmt v0.2.0
2026-08-28T13:06:51.0138915Z    Compiling base64ct v1.8.3
2026-08-28T13:06:51.0372686Z    Compiling digest v0.10.7
2026-08-28T13:06:51.1428224Z    Compiling mio v1.2.1
2026-08-28T13:06:51.1720831Z    Compiling socket2 v0.6.4
2026-08-28T13:06:51.1981102Z    Compiling getrandom v0.2.17
2026-08-28T13:06:51.3100803Z    Compiling sha2 v0.10.9
2026-08-28T13:06:51.3580430Z    Compiling pem-rfc7468 v1.0.0
2026-08-28T13:06:51.3980743Z    Compiling rand_core v0.6.4
2026-08-28T13:06:51.4310818Z    Compiling uuid v1.23.2
2026-08-28T13:06:51.4483258Z    Compiling deranged v0.5.8
2026-08-28T13:06:51.6311954Z    Compiling signature v2.2.0
2026-08-28T13:06:51.7580404Z    Compiling cipher v0.5.2
2026-08-28T13:06:51.8110680Z    Compiling tinyvec_macros v0.1.1
2026-08-28T13:06:51.8294788Z    Compiling num-conv v0.2.2
2026-08-28T13:06:51.8670812Z    Compiling data-encoding v2.11.0
2026-08-28T13:06:51.8830970Z    Compiling pkg-config v0.3.33
2026-08-28T13:06:51.8846827Z    Compiling time-core v0.1.8
2026-08-28T13:06:51.9199455Z    Compiling vcpkg v0.2.15
2026-08-28T13:06:51.9349333Z    Compiling zmij v1.0.21
2026-08-28T13:06:51.9900814Z    Compiling try-lock v0.2.5
2026-08-28T13:06:51.9966637Z    Compiling tower-service v0.3.3
2026-08-28T13:06:52.0324657Z    Compiling chacha20 v0.10.0
2026-08-28T13:06:52.0350734Z    Compiling base64 v0.22.1
2026-08-28T13:06:52.0472127Z    Compiling cmake v0.1.58
2026-08-28T13:06:52.0536166Z    Compiling want v0.3.1
2026-08-28T13:06:52.0673124Z    Compiling tinyvec v1.11.0
2026-08-28T13:06:52.1970500Z    Compiling num-integer v0.1.47
2026-08-28T13:06:52.2430914Z    Compiling parking_lot v0.12.5
2026-08-28T13:06:52.2490649Z    Compiling inout v0.1.4
2026-08-28T13:06:52.2691601Z    Compiling spt-procident v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-28T13:06:52.3747040Z    Compiling rand v0.10.1
2026-08-28T13:06:52.4053547Z    Compiling vergen-lib v9.1.0
2026-08-28T13:06:52.4131450Z    Compiling n0-future v0.3.2
2026-08-28T13:06:52.4987982Z    Compiling crossbeam-utils v0.8.21
2026-08-28T13:06:52.5061220Z    Compiling num-bigint-dig v0.8.6
2026-08-28T13:06:52.5190823Z    Compiling winnow v1.0.3
2026-08-28T13:06:52.5520794Z    Compiling diatomic-waker v0.2.3
2026-08-28T13:06:52.5604419Z    Compiling parking v2.2.1
2026-08-28T13:06:52.5718559Z    Compiling spin v0.10.0
2026-08-28T13:06:52.6300798Z    Compiling cordyceps v0.3.4
2026-08-28T13:06:52.6411026Z    Compiling httpdate v1.0.3
2026-08-28T13:06:52.6690294Z    Compiling serde_json v1.0.150
2026-08-28T13:06:52.7156447Z    Compiling futures-lite v2.6.1
2026-08-28T13:06:52.7665024Z    Compiling num-iter v0.1.46
2026-08-28T13:06:52.7765516Z    Compiling spt-poolguard v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-28T13:06:52.8016175Z    Compiling cipher v0.4.4
2026-08-28T13:06:52.8390813Z    Compiling ed25519 v2.2.3
2026-08-28T13:06:52.8391525Z    Compiling digest v0.11.3
2026-08-28T13:06:52.9030675Z    Compiling netlink-packet-core v0.8.1
2026-08-28T13:06:52.9431622Z    Compiling universal-hash v0.5.1
2026-08-28T13:06:52.9679225Z    Compiling futures-buffered v0.2.13
2026-08-28T13:06:52.9807604Z    Compiling aws-lc-sys v0.41.0
2026-08-28T13:06:52.9929428Z    Compiling ring v0.17.14
2026-08-28T13:06:53.0197975Z    Compiling libsqlite3-sys v0.30.1
2026-08-28T13:06:53.0400875Z    Compiling lazy_static v1.5.0
2026-08-28T13:06:53.0493257Z    Compiling vergen-lib v0.1.6
2026-08-28T13:06:53.0803456Z    Compiling vergen v9.1.0
2026-08-28T13:06:53.1127278Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-28T13:06:53.1393976Z    Compiling heapless v0.7.17
2026-08-28T13:06:53.1815834Z    Compiling noq-udp v0.10.0
2026-08-28T13:06:53.2220740Z    Compiling aho-corasick v1.1.4
2026-08-28T13:06:53.2391471Z    Compiling sync_wrapper v1.0.2
2026-08-28T13:06:53.2530638Z    Compiling opaque-debug v0.3.1
2026-08-28T13:06:53.3216414Z    Compiling byteorder v1.5.0
2026-08-28T13:06:53.3310539Z    Compiling regex-syntax v0.8.10
2026-08-28T13:06:53.3497817Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-28T13:06:53.3717492Z    Compiling allocator-api2 v0.2.21
2026-08-28T13:06:53.4200756Z    Compiling polyval v0.6.2
2026-08-28T13:06:53.4721168Z    Compiling spt-store v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-28T13:06:53.5313268Z    Compiling hash32 v0.2.1
2026-08-28T13:06:53.6642688Z    Compiling vergen-gitcl v1.0.8
2026-08-28T13:06:53.6934643Z    Compiling ryu v1.0.23
2026-08-28T13:06:53.7059323Z    Compiling num_threads v0.1.7
2026-08-28T13:06:53.8126859Z    Compiling tower-layer v0.3.3
2026-08-28T13:06:53.8226049Z    Compiling fallible-iterator v0.3.0
2026-08-28T13:06:53.8410112Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-28T13:06:53.8873634Z    Compiling signature v3.0.0
2026-08-28T13:06:53.9090382Z    Compiling time v0.3.47
2026-08-28T13:06:53.9751024Z    Compiling ghash v0.5.1
2026-08-28T13:06:53.9814594Z    Compiling aes v0.8.4
2026-08-28T13:06:53.9993902Z    Compiling ctr v0.9.2
2026-08-28T13:06:54.0910379Z    Compiling sha2 v0.11.0-rc.5
2026-08-28T13:06:54.1981206Z    Compiling fs2 v0.4.3
2026-08-28T13:06:54.2300917Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-28T13:06:54.3461265Z    Compiling aead v0.5.2
2026-08-28T13:06:54.3541878Z    Compiling http-body-util v0.1.3
2026-08-28T13:06:54.4523424Z    Compiling utf8parse v0.2.2
2026-08-28T13:06:54.4609412Z    Compiling rustix v1.1.4
2026-08-28T13:06:54.5340329Z    Compiling openssl-probe v0.2.1
2026-08-28T13:06:54.5805347Z    Compiling arrayvec v0.7.6
2026-08-28T13:06:54.6593366Z    Compiling aes-gcm v0.10.3
2026-08-28T13:06:54.7281179Z    Compiling crossbeam-channel v0.5.15
2026-08-28T13:06:54.7971187Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-28T13:06:54.7972088Z    Compiling crossbeam-epoch v0.9.18
2026-08-28T13:06:54.8245932Z    Compiling netlink-packet-route v0.29.0
2026-08-28T13:06:54.9126705Z    Compiling blake3 v1.8.5
2026-08-28T13:06:55.0590678Z    Compiling synstructure v0.13.2
2026-08-28T13:06:55.2129651Z    Compiling darling_core v0.20.11
2026-08-28T13:06:55.2361613Z    Compiling memoffset v0.6.5
2026-08-28T13:06:55.3897085Z    Compiling ppv-lite86 v0.2.21
2026-08-28T13:06:55.4060646Z    Compiling acto v0.8.2
2026-08-28T13:06:55.4871979Z    Compiling noq v0.18.0
2026-08-28T13:06:55.5666067Z    Compiling netwatch v0.16.0
2026-08-28T13:06:55.5791612Z    Compiling rustc-hash v2.1.2
2026-08-28T13:06:55.6877856Z    Compiling foldhash v0.2.0
2026-08-28T13:06:55.7095659Z    Compiling identity-hash v0.1.0
2026-08-28T13:06:55.7101476Z    Compiling linux-raw-sys v0.12.1
2026-08-28T13:06:55.7690164Z    Compiling proc-macro-crate v3.5.0
2026-08-28T13:06:55.7976721Z    Compiling thiserror v1.0.69
2026-08-28T13:06:55.8120833Z    Compiling tagptr v0.2.0
2026-08-28T13:06:55.8836366Z    Compiling rand_chacha v0.3.1
2026-08-28T13:06:55.8903152Z    Compiling regex-automata v0.4.14
2026-08-28T13:06:55.9430821Z    Compiling xml-rs v0.8.28
2026-08-28T13:06:56.0603142Z    Compiling sorted-index-buffer v0.2.1
2026-08-28T13:06:56.1922460Z    Compiling rand v0.8.7
2026-08-28T13:06:56.2066165Z    Compiling lru-slab v0.1.2
2026-08-28T13:06:56.2858513Z    Compiling ref-cast v1.0.25
2026-08-28T13:06:56.3240504Z    Compiling mac-addr v0.3.0
2026-08-28T13:06:56.4329938Z    Compiling hashbrown v0.16.1
2026-08-28T13:06:56.5872599Z    Compiling serde_derive_internals v0.29.1
2026-08-28T13:06:56.6461710Z    Compiling netlink-packet-route v0.30.0
2026-08-28T13:06:56.9060855Z    Compiling xmltree v0.10.3
2026-08-28T13:06:57.0019768Z    Compiling serde_derive v1.0.228
2026-08-28T13:06:57.1176714Z    Compiling zeroize_derive v1.4.3
2026-08-28T13:06:57.1246097Z    Compiling tokio-macros v2.7.0
2026-08-28T13:06:57.1380526Z    Compiling zerofrom-derive v0.1.7
2026-08-28T13:06:57.3052114Z    Compiling futures-macro v0.3.32
2026-08-28T13:06:57.6092816Z    Compiling yoke-derive v0.8.2
2026-08-28T13:06:57.6230601Z    Compiling zerovec-derive v0.11.3
2026-08-28T13:06:57.6300576Z    Compiling displaydoc v0.2.6
2026-08-28T13:06:57.6665962Z    Compiling zeroize v1.8.2
2026-08-28T13:06:57.8045374Z    Compiling tracing-attributes v0.1.31
2026-08-28T13:06:57.8425353Z    Compiling tokio v1.52.3
2026-08-28T13:06:57.8560651Z    Compiling rustls-pki-types v1.14.1
2026-08-28T13:06:58.2234026Z    Compiling futures-util v0.3.32
2026-08-28T13:06:58.3698095Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-28T13:06:58.4290661Z    Compiling thiserror-impl v2.0.18
2026-08-28T13:06:58.5850642Z    Compiling zerofrom v0.1.8
2026-08-28T13:06:58.6996953Z    Compiling darling_macro v0.20.11
2026-08-28T13:06:58.9824236Z    Compiling yoke v0.8.3
2026-08-28T13:06:59.0464224Z    Compiling darling v0.20.11
2026-08-28T13:06:59.0677598Z    Compiling derive_more-impl v2.1.1
2026-08-28T13:06:59.1252223Z    Compiling derive_builder_core v0.20.2
2026-08-28T13:06:59.1315302Z    Compiling der v0.7.10
2026-08-28T13:06:59.2214199Z    Compiling zerovec v0.11.6
2026-08-28T13:06:59.4788287Z    Compiling zerotrie v0.2.4
2026-08-28T13:06:59.8240001Z    Compiling n0-error-macros v0.1.3
2026-08-28T13:06:59.8327433Z    Compiling spez v0.1.2
2026-08-28T13:06:59.9440672Z    Compiling tinystr v0.8.3
2026-08-28T13:07:00.1824358Z    Compiling icu_locale_core v2.2.0
2026-08-28T13:07:00.2022057Z    Compiling potential_utf v0.1.5
2026-08-28T13:07:00.2789621Z    Compiling spki v0.7.3
2026-08-28T13:07:00.3480833Z    Compiling icu_collections v2.2.0
2026-08-28T13:07:00.4170926Z    Compiling derive_builder_macro v0.20.2
2026-08-28T13:07:00.6845894Z    Compiling derive_builder v0.20.2
2026-08-28T13:07:00.7835415Z    Compiling der v0.8.0-rc.10
2026-08-28T13:07:00.8890148Z    Compiling n0-error v0.1.3
2026-08-28T13:07:01.0067382Z    Compiling pin-project-internal v1.1.13
2026-08-28T13:07:01.0690687Z    Compiling pkcs8 v0.10.2
2026-08-28T13:07:01.3012592Z    Compiling pkcs1 v0.7.5
2026-08-28T13:07:01.6750965Z    Compiling icu_provider v2.2.0
2026-08-28T13:07:01.7500482Z    Compiling ed25519-dalek v2.2.0
2026-08-28T13:07:01.9350516Z    Compiling futures-executor v0.3.32
2026-08-28T13:07:02.0370755Z    Compiling icu_normalizer v2.2.0
2026-08-28T13:07:02.0748006Z    Compiling icu_properties v2.2.0
2026-08-28T13:07:02.0880405Z    Compiling spt-proto v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-28T13:07:02.1962428Z    Compiling ipnet v2.12.0
2026-08-28T13:07:02.3221135Z    Compiling spki v0.8.0-rc.4
2026-08-28T13:07:02.3441005Z    Compiling pin-project v1.1.13
2026-08-28T13:07:02.5571712Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-28T13:07:02.6991760Z    Compiling prefix-trie v0.8.4
2026-08-28T13:07:02.8490959Z    Compiling ed25519 v3.0.0-rc.4
2026-08-28T13:07:02.8913951Z    Compiling once_cell v1.21.4
2026-08-28T13:07:02.9881183Z    Compiling futures v0.3.32
2026-08-28T13:07:03.0690762Z    Compiling cobs v0.3.0
2026-08-28T13:07:03.1210617Z    Compiling tracing-core v0.1.36
2026-08-28T13:07:03.2128154Z    Compiling rsa v0.9.10
2026-08-28T13:07:03.2745037Z    Compiling regex v1.12.3
2026-08-28T13:07:03.2829722Z    Compiling postcard-derive v0.2.2
2026-08-28T13:07:03.3450793Z    Compiling hashbrown v0.14.5
2026-08-28T13:07:03.3800767Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-28T13:07:03.5741082Z    Compiling derive_more v2.1.1
2026-08-28T13:07:03.7456857Z    Compiling tracing v0.1.44
2026-08-28T13:07:03.7591690Z    Compiling idna_adapter v1.2.2
2026-08-28T13:07:03.8325575Z    Compiling data-encoding-macro v0.1.20
2026-08-28T13:07:03.8521413Z    Compiling postcard v1.1.3
2026-08-28T13:07:03.8751649Z    Compiling idna v1.1.0
2026-08-28T13:07:03.8887437Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-28T13:07:03.9527311Z    Compiling tokio-util v0.7.18
2026-08-28T13:07:04.0416954Z    Compiling netlink-sys v0.8.8
2026-08-28T13:07:04.0890630Z    Compiling tower v0.5.3
2026-08-28T13:07:04.1795438Z    Compiling rustls-native-certs v0.8.4
2026-08-28T13:07:04.2190806Z    Compiling num_enum_derive v0.7.6
2026-08-28T13:07:04.2779811Z    Compiling hashlink v0.9.1
2026-08-28T13:07:04.2890879Z    Compiling async-trait v0.1.89
2026-08-28T13:07:04.3120564Z    Compiling url v2.5.8
2026-08-28T13:07:04.3670882Z    Compiling enum-assoc v1.3.0
2026-08-28T13:07:04.5607293Z    Compiling iroh-metrics-derive v0.4.1
2026-08-28T13:07:04.6301838Z    Compiling strum_macros v0.28.0
2026-08-28T13:07:04.6579396Z    Compiling netlink-proto v0.12.0
2026-08-28T13:07:04.6876759Z    Compiling netdev v0.42.0
2026-08-28T13:07:04.7880612Z    Compiling iroh-relay v0.98.0
2026-08-28T13:07:04.9570778Z    Compiling moka v0.12.15
2026-08-28T13:07:05.0325234Z    Compiling h2 v0.4.14
2026-08-28T13:07:05.1304842Z    Compiling iroh-metrics v0.38.3
2026-08-28T13:07:05.2073287Z    Compiling tokio-stream v0.1.18
2026-08-28T13:07:05.2193407Z    Compiling n0-watcher v0.6.1
2026-08-28T13:07:05.2421791Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-28T13:07:05.4126611Z    Compiling num_enum v0.7.6
2026-08-28T13:07:05.4231945Z    Compiling tower-http v0.6.11
2026-08-28T13:07:05.4935239Z    Compiling rusqlite v0.32.1
2026-08-28T13:07:05.5200944Z    Compiling iroh-base v0.98.0
2026-08-28T13:07:05.5979877Z    Compiling attohttpc v0.30.1
2026-08-28T13:07:05.8666535Z    Compiling toml_datetime v0.6.11
2026-08-28T13:07:05.9737539Z    Compiling serde_spanned v0.6.9
2026-08-28T13:07:06.0290779Z    Compiling thiserror-impl v1.0.69
2026-08-28T13:07:06.0908442Z    Compiling ref-cast-impl v1.0.25
2026-08-28T13:07:06.2397251Z    Compiling errno v0.3.14
2026-08-28T13:07:06.4090837Z    Compiling termios v0.2.2
2026-08-28T13:07:06.4760666Z    Compiling ioctl-rs v0.1.6
2026-08-28T13:07:06.5404706Z    Compiling serial-core v0.4.0
2026-08-28T13:07:06.5540119Z    Compiling simple-dns v0.9.3
2026-08-28T13:07:06.6010658Z    Compiling smol_str v0.1.24
2026-08-28T13:07:06.7063534Z    Compiling constant_time_eq v0.4.2
2026-08-28T13:07:06.7065032Z    Compiling simdutf8 v0.1.5
2026-08-28T13:07:06.7491328Z    Compiling toml_write v0.1.2
2026-08-28T13:07:06.7723341Z    Compiling winnow v0.7.15
2026-08-28T13:07:06.8860870Z    Compiling signal-hook v0.3.18
2026-08-28T13:07:06.9154732Z    Compiling sha1_smol v1.0.1
2026-08-28T13:07:07.0017121Z    Compiling arrayref v0.3.9
2026-08-28T13:07:07.0180794Z    Compiling resolv-conf v0.7.6
2026-08-28T13:07:07.3181239Z    Compiling serial-unix v0.4.0
2026-08-28T13:07:07.6027442Z    Compiling signal-hook-registry v1.4.8
2026-08-28T13:07:07.6783343Z    Compiling webpki-roots v1.0.7
2026-08-28T13:07:07.7009413Z    Compiling schemars_derive v1.2.1
2026-08-28T13:07:07.8111004Z    Compiling lru v0.16.4
2026-08-28T13:07:07.9030268Z    Compiling darling_core v0.23.0
2026-08-28T13:07:07.9198380Z    Compiling serde_bytes v0.11.19
2026-08-28T13:07:07.9331485Z    Compiling hmac v0.12.1
2026-08-28T13:07:07.9850696Z    Compiling seize v0.5.1
2026-08-28T13:07:07.9921670Z    Compiling iroh v0.98.2
2026-08-28T13:07:08.0040193Z    Compiling strum v0.28.0
2026-08-28T13:07:08.0531155Z    Compiling bitflags v1.3.2
2026-08-28T13:07:08.0793393Z    Compiling pin-utils v0.1.0
2026-08-28T13:07:08.1017036Z    Compiling iroh-dns v0.98.0
2026-08-28T13:07:08.1150512Z    Compiling cmov v0.5.4
2026-08-28T13:07:08.1372786Z    Compiling dyn-clone v1.0.20
2026-08-28T13:07:08.1639285Z    Compiling rustix v0.38.44
2026-08-28T13:07:08.2535123Z    Compiling papaya v0.2.4
2026-08-28T13:07:08.2630995Z    Compiling nix v0.25.1
2026-08-28T13:07:08.4161865Z    Compiling ctutils v0.4.2
2026-08-28T13:07:08.4275230Z    Compiling hkdf v0.12.4
2026-08-28T13:07:08.5760614Z    Compiling filedescriptor v0.8.3
2026-08-28T13:07:08.6300785Z    Compiling serial v0.4.0
2026-08-28T13:07:08.6768379Z    Compiling backon v1.6.0
2026-08-28T13:07:08.6840785Z    Compiling anstyle-parse v1.0.0
2026-08-28T13:07:08.6935966Z    Compiling vte_generate_state_changes v0.1.2
2026-08-28T13:07:08.8206327Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-28T13:07:08.8352398Z    Compiling anstyle-query v1.1.5
2026-08-28T13:07:08.8551436Z    Compiling instability v0.3.12
2026-08-28T13:07:08.9339313Z    Compiling downcast-rs v1.2.1
2026-08-28T13:07:08.9421674Z    Compiling is_terminal_polyfill v1.70.2
2026-08-28T13:07:08.9490375Z    Compiling unicode-width v0.2.0
2026-08-28T13:07:08.9972794Z    Compiling anstyle v1.0.14
2026-08-28T13:07:09.0058564Z    Compiling colorchoice v1.0.5
2026-08-28T13:07:09.0150358Z    Compiling shell-words v1.1.1
2026-08-28T13:07:09.0240837Z    Compiling foldhash v0.1.5
2026-08-28T13:07:09.0972707Z    Compiling linux-raw-sys v0.4.15
2026-08-28T13:07:09.1872836Z    Compiling hashbrown v0.15.5
2026-08-28T13:07:09.2190537Z    Compiling anstream v1.0.0
2026-08-28T13:07:09.2677687Z    Compiling vte v0.13.1
2026-08-28T13:07:09.2748905Z    Compiling signal-hook-mio v0.2.5
2026-08-28T13:07:09.3810461Z    Compiling spake2 v0.4.0
2026-08-28T13:07:09.5260694Z    Compiling toml_edit v0.22.27
2026-08-28T13:07:09.6670911Z    Compiling terminal_size v0.4.4
2026-08-28T13:07:09.6930592Z    Compiling strum_macros v0.26.4
2026-08-28T13:07:09.7750653Z    Compiling sha1 v0.10.6
2026-08-28T13:07:09.8175837Z    Compiling itertools v0.13.0
2026-08-28T13:07:09.8270339Z    Compiling schemars v1.2.1
2026-08-28T13:07:09.9706717Z    Compiling castaway v0.2.4
2026-08-28T13:07:10.0342701Z    Compiling doctest-file v1.1.1
2026-08-28T13:07:10.0534998Z    Compiling unicode-width v0.1.14
2026-08-28T13:07:10.3574587Z    Compiling clap_lex v1.1.0
2026-08-28T13:07:10.3646278Z    Compiling static_assertions v1.1.0
2026-08-28T13:07:10.4330138Z    Compiling indoc v2.0.7
2026-08-28T13:07:10.5265146Z    Compiling interprocess v2.4.2
2026-08-28T13:07:10.6269601Z    Compiling clap_builder v4.6.0
2026-08-28T13:07:10.7576819Z    Compiling crossterm v0.28.1
2026-08-28T13:07:10.9068330Z    Compiling compact_str v0.8.2
2026-08-28T13:07:11.3411051Z    Compiling hyper v1.10.1
2026-08-28T13:07:11.6643857Z    Compiling lru v0.12.5
2026-08-28T13:07:11.6843650Z    Compiling darling_macro v0.23.0
2026-08-28T13:07:11.8047873Z    Compiling unicode-truncate v1.1.0
2026-08-28T13:07:11.8471811Z    Compiling clap_derive v4.6.1
2026-08-28T13:07:11.8683979Z    Compiling iana-time-zone v0.1.65
2026-08-28T13:07:12.0127621Z    Compiling cassowary v0.3.0
2026-08-28T13:07:12.0151122Z    Compiling darling v0.23.0
2026-08-28T13:07:12.0321484Z    Compiling strum v0.26.3
2026-08-28T13:07:12.1480462Z    Compiling chrono v0.4.45
2026-08-28T13:07:12.2810460Z    Compiling toml v0.8.23
2026-08-28T13:07:12.3714772Z    Compiling nucleo-matcher v0.3.1
2026-08-28T13:07:12.5519461Z    Compiling portable-pty v0.8.1
2026-08-28T13:07:12.5640893Z    Compiling qrcode v0.14.1
2026-08-28T13:07:12.7090945Z    Compiling ratatui v0.29.0
2026-08-28T13:07:12.8751128Z    Compiling tempfile v3.27.0
2026-08-28T13:07:13.4114571Z    Compiling hyper-util v0.1.20
2026-08-28T13:07:13.4676249Z    Compiling spt-test-support v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-28T13:07:13.8900974Z    Compiling spt-msg v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-28T13:07:14.1638070Z    Compiling clap v4.6.1
2026-08-28T13:07:14.2323026Z    Compiling spt-runtime v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-28T13:07:14.2324619Z    Compiling spt-term v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-28T13:07:15.3900164Z    Compiling igd-next v0.17.1
2026-08-28T13:07:16.4651528Z    Compiling portmapper v0.16.0
2026-08-28T13:07:16.6882035Z    Compiling spt-live v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-28T13:07:22.2268141Z    Compiling rustls-webpki v0.103.13
2026-08-28T13:07:24.5541841Z    Compiling tokio-rustls v0.26.4
2026-08-28T13:07:24.5542288Z    Compiling rustls-platform-verifier v0.7.0
2026-08-28T13:07:24.5542640Z    Compiling noq-proto v0.17.0
2026-08-28T13:07:24.6992146Z    Compiling hickory-net v0.26.0-beta.4
2026-08-28T13:07:24.6992790Z    Compiling hyper-rustls v0.27.9
2026-08-28T13:07:24.6993338Z    Compiling tokio-websockets v0.13.2
2026-08-28T13:07:24.8271456Z    Compiling reqwest v0.13.4
2026-08-28T13:07:25.7673132Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-28T13:07:39.0527530Z    Compiling spt-net v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-28T13:07:40.5051809Z    Compiling spt-daemon v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-28T13:07:49.1553220Z    Compiling spt v0.64.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-28T13:07:55.1575375Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-08-28T13:07:55.1801080Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9d43f1dd749d5b64)
2026-08-28T13:07:55.1813243Z 
2026-08-28T13:07:55.1813352Z running 1 test
2026-08-28T13:08:01.3704890Z test new_brain_serves_against_old_broker ... ok
2026-08-28T13:08:01.3705210Z 
2026-08-28T13:08:01.3705486Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-28T13:08:01.3705877Z 
